PgContext.pangoBreak

Determines possible line, word, and character breaks for a string of Unicode text with a single analysis.

For most purposes you may want to use [func@Pango.get_log_attrs].

More...
class PgContext
static
void
pangoBreak

Parameters

text string

the text to process. Must be valid UTF-8

length int

length of @text in bytes (may be -1 if @text is nul-terminated)

analysis PangoAnalysis*

PangoAnalysis structure for @text

attrs PangoLogAttr[]

an array to store character information in

Detailed Description

Deprecated: Use [func@Pango.default_break], [func@Pango.tailor_break] and [func@Pango.attr_break].

Meta